home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / BO Expert tools / AutoHotKey / Source / AutoHotkey104702_source.exe / source / lib_pcre / pcre / pcre.def < prev    next >
Encoding:
Text File  |  2006-12-19  |  398 b   |  30 lines

  1. EXPORTS
  2.  
  3. pcre_malloc DATA
  4. pcre_free DATA
  5.  
  6. pcre_compile
  7. pcre_compile2
  8. pcre_config
  9. pcre_copy_named_substring
  10. pcre_copy_substring
  11. pcre_dfa_exec
  12. pcre_exec
  13. pcre_free_substring
  14. pcre_free_substring_list
  15. pcre_fullinfo
  16. pcre_get_named_substring
  17. pcre_get_stringnumber
  18. pcre_get_substring
  19. pcre_get_substring_list
  20. pcre_info
  21. pcre_maketables
  22. pcre_refcount
  23. pcre_study
  24. pcre_version
  25.  
  26. regcomp
  27. regexec
  28. regerror
  29. regfree
  30.